home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / macintosh technotes and q&as / technotes / tn / 1076_msgtest.hqx / MsgTest / MacMsgTest / MsgUtil.h < prev   
Encoding:
Text File  |  1996-08-01  |  533 b   |  19 lines

  1. // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. // MsgUtil.h
  3. // 
  4. // July 31, 1996
  5. // By Ben Manuto
  6. // 
  7. // © 1995-1996 by Apple Computer, Inc., all rights reserved.
  8. //
  9. // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  10.  
  11.  
  12.  
  13. UInt16 InitMessageSupport(void);
  14. SInt16 RegisterMessage(UInt32 selector, UInt32 count);
  15. UInt16 InstallMsgHandler(MsgRecElemPtr msgRecElemPtr);
  16. UInt16 RemoveMsgHandler(MsgRecElemPtr msgRecElemPtr);
  17. UInt16 SendMessage(MsgPBlkPtr msgPBlkPtr);
  18.  
  19.